Lab: Basic editing and moving around 1. run through the vimtutor 2. create a cheat sheet a) look at the notes for lab2. consider the minimum set of key bindings you want to learn. b) create a cheat sheet with only those key bindings. c) if you are unsure of any of the key bindings in lab1, add them as well. d) if you want to have a hard copy handy, print it (you don't have to use vim). 3. key bindings For the following key bindings, see if you can remember what they do? You can open this or another text file in vi(m). Read the key bindings, see if you remember them, then try them out to check. gg G H M L x r yy p dd >> << u 4. practice The next time you need to edit a text file, use vi(m). Grab your cheat sheet, open the file in vi(m) and make your edits. It might feel a little slow and frustrating at first, but it gets better. Keep practicing until you no longer need the cheat sheet. Then check to see if there are any other key bindings you want to learn.